home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / listbox / txtyle / txtyle.frm (.txt) < prev    next >
Visual Basic Form  |  1991-12-05  |  2KB  |  52 lines

  1. Form1
  2. TXTYLES (Texttiles)
  3. Form1,
  4. Text1
  5. Label1
  6. Password
  7. Text2
  8. Label2
  9. Upper Case
  10. Text3
  11. Label3
  12. Lower Case
  13. Text4
  14. Label4
  15. 8 Char. Max.
  16. menuFile
  17. &File
  18. menuExit
  19. E&xit
  20. @    Form_Load
  21. Screen
  22. MousePointer
  23. Form1
  24. Width
  25. Height
  26. EnhanceTextBox
  27. Text1
  28. ES_PASSWORD
  29. Text2
  30. ES_UPPERCASE
  31. Text3-
  32. ES_LOWERCASEh
  33. menuExit_Click
  34. NewPasswordChar
  35. SendMessage
  36. ControlHwnd
  37. EM_SETPASSWORDCHAR
  38. menuFile_Click
  39.     LimitText
  40. EM_LIMITTEXT
  41. Text4
  42. Form_Load
  43. -- Hourglass mouse pointer.e
  44. -- Add new styles to the Textbox Controls.
  45. -- Frighteningly simple isn't it?t
  46. -- Set the password character to display in the 
  47. -- PASSWORD text box. [42 = Asc("*")]l
  48. -- Limit text in Text4 (Note that this only requires
  49.    a SendMasseage call and not an EnhanceTextBox call)
  50. -- Back to default mouse pointer.e
  51. menuExit_Click
  52.